SymbolSize Property (ScatterMapLayer<T>)
In This Topic
Gets or sets the symbol size for rendering GeoJSON points/multi-points.
Syntax
'Declaration
Public Property SymbolSize As System.Integer
'Usage
Dim instance As ScatterMapLayer(Of T)
Dim value As System.Integer
instance.SymbolSize = value
value = instance.SymbolSize
public System.int SymbolSize {get; set;}
public read-write property SymbolSize: System.Integer;
public function get,set SymbolSize : System.int
public: __property System.int get_SymbolSize();
public: __property void set_SymbolSize(
System.int value
);
public:
property System.int SymbolSize {
System.int get();
void set ( System.int value);
}
See Also